-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a test for 'The room key is cycled when rotation_period_msgs is met' #16
Conversation
|
||
tc.WithAliceAndBobSyncing(t, func(alice, bob api.Client) { | ||
// And some messages were sent, but not enough to trigger resending | ||
for i := 0; i < 4; i++ { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be interested in whether we can verify that no keys are sent before we hit the threshold.
3c49b2a
to
dd5c581
Compare
Rebased on top of latest |
Did I break your new test or is it somehow flaky?
|
I am seeing this locally:
|
I get the same error locally if I revert my change. |
dd5c581
to
d5ae5ff
Compare
Rebased on top of the fix for ^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
71ea92a
to
87d7ca2
Compare
Closes #15